home *** CD-ROM | disk | FTP | other *** search
/ Beginning Mac Programming / Beginning Mac Programming.bin / Open Me for REALbasic 3 / REALbasic 3.2 / Example Projects / Applications / ListsInFiles / Read me - BFile Reader < prev   
Text File  |  2001-01-05  |  1KB  |  17 lines

  1. BFile Reader: A simple utility for examining binary files
  2.  
  3. BFile Reader is a quick and dirty utility for examining the data fork of a file in binary stream mode. It is particularly useful for development of programs that use the FileListMethods package that involve pointers as well as the storage of a variety of data types.
  4.  
  5. Start the program and open the file you want to examine with the 'File:Open' menu command.
  6.  
  7. Next, enter the desired byte address within the file in the small edit field at the bottom of the window and click 'Read'.
  8.  
  9. A 200-byte area within the file is displayed, in rows of 10 bytes, with the value of the bytes shown both in hexadecimal and as ascii characters (if such a thing is valid). In addition the main window displays the position within the file that is being displayed, the file length, and the translation of the first 8, 4 or 2 bytes of the range according to various number formats: double and integer.
  10.  
  11. Many other features could be added to this simple beginning -- feel free to improvise.
  12.  
  13.  
  14. Michael Maclean             e-mail: m.maclean@paradise.net.nz
  15. Christchurch
  16. New Zealand
  17.